none

inline fun none(predicate: (R) -> Boolean): Boolean

Returns false if the predicate is met by the value if this is Right or true otherwise.

Return

false if the predicate is met by the value if this is Right or true otherwise.

Since

1.3

Parameters

predicate

Predicate function.